From aff6e133d7e0ec8564a1616d5b7113ba49cb6515 Mon Sep 17 00:00:00 2001 From: hatsunearu Date: Fri, 13 May 2016 15:37:01 -0700 Subject: [PATCH] Update manpage with some missing cargo commands --- src/etc/cargo.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/etc/cargo.1 b/src/etc/cargo.1 index a9a598bf0..23b1f331b 100644 --- a/src/etc/cargo.1 +++ b/src/etc/cargo.1 @@ -65,6 +65,9 @@ Run the benchmarks for the package \fBcargo update\fR Update dependencies in Cargo.lock .TP +\fBcargo rustc\fR +Compile the current project, and optionally pass additional rustc parameters +.TP \fBcargo package\fR Generate a source tarball for the current package .TP @@ -77,6 +80,9 @@ Remove a Rust binary \fBcargo search\fR Search registry for crates .TP +\fBcargo help\fR +Display help for a cargo command +.TP \fBcargo version\fR Print cargo's version and exit -- 2.30.2